home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / prog / inst / mailc / stat32._m_ < prev    next >
Encoding:
Text File  |  1998-09-14  |  382 b   |  18 lines

  1. #
  2. # Microsoft makefile for STAT [Win32]
  3. # Requires SEE32.DLL & SEE32.LIB
  4. #
  5. # To use: "nmake stat32._m_"
  6. #
  7.  
  8. !include <win32.mak>
  9.  
  10. CCFLAGS = -c -DWIN32 -DSTRICT -G3 -Ow -W3 -Zp -Tp
  11.  
  12. stat.exe: stat.obj see32.lib
  13.   link $(conlflags) stat.obj -out:stat.exe $(conlibs) see32.lib user32.lib kernel32.lib user32.lib
  14.  
  15. stat.obj: stat.c see.h
  16.    cl $(cflags) $(cvars) stat.c
  17.  
  18.